Struct RangeAccessor<T>
Assembly: ImGui.NET.dll
View Source
Declaration
public struct RangeAccessor<T> where T : struct
Properties
this[int]
View Source
Declaration
public ref T this[int index] { get; }
Fields
Data
View Source
Declaration
public readonly void* Data
Count
View Source
Declaration
public readonly int Count